Skip to content

fix(webpush): Fix psalm types in WebPush code#2820

Merged
nickvergessen merged 1 commit intomasterfrom
bugfix/noid/fix-psalm-types-in-webpush
Feb 24, 2026
Merged

fix(webpush): Fix psalm types in WebPush code#2820
nickvergessen merged 1 commit intomasterfrom
bugfix/noid/fix-psalm-types-in-webpush

Conversation

@nickvergessen
Copy link
Member

cc @p1gp1g

@nickvergessen nickvergessen force-pushed the bugfix/noid/fix-psalm-types-in-webpush branch from 491ffda to 830e4fe Compare February 20, 2026 09:20
/**
* @param string[] $userIds
* @return array<string, list<array{id: int, uid: string, token: int, endpoint: string, ua_public: string, auth: string, appTypes: string, activated: bool, activation_token: string}>>
* @return array<string, list<array{id: int, uid: string, token: int, endpoint: string, ua_public: string, auth: string, app_types: string, activated: bool, activation_token: string}>>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically I started here fixing the name as per database schema and then from there followed all paths

@nickvergessen nickvergessen merged commit d160c16 into master Feb 24, 2026
49 checks passed
@nickvergessen nickvergessen deleted the bugfix/noid/fix-psalm-types-in-webpush branch February 24, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants